beginoutdoorscript;

variables;

body;

beginstate 0;
break;

beginstate 2;
break;


beginstate 14;
if (get_flag(5,0) < 1){  
message_dialog("As you take a good look at the fortification, your heart sinks. There are skeletons as far as you can see, and they don't seem to want you passing...","");  
set_flag(5,0,1);}
break;

beginstate 53;
if (get_flag(50,1) < 1){  
message_dialog("Wedged Between the Rocks here is a small passageway, barely visible. It's a fluke that you found it at all.","With it you should be able to travel past the Wall blocking your way.");  
set_flag(50,1,1);}
break;

beginstate 15;
if (get_flag(5,3) < 1){  
message_dialog("You see a huge horde of undead overwhelming several drakes, and rush forwards to help.","");  
set_flag(5,3,1);}
break;

beginstate 16;
if (get_flag(5,4) < 1){  
message_dialog("You finally despatch the vile undead. The Drakes thank you, and hobble of with their wounded. No doubt there will be more. No doubt.","");  
set_flag(5,4,1);}
break;

beginstate 17;
if (get_flag(5,5) < 1){  
message_dialog("You flee, and, looking behind you, see the mighty Drakes fall. You keep on running for a bit longer, ashamed and frightened.","");  
set_flag(5,5,1);}
break;

beginstate 46;
if (get_flag(9,9) == 1) end();
message_dialog("The statue of a huge deer stops you in your tracks. WHAT is going on here?","You look at the deer for a bit longer. You hate to admit it, but you're scared. SOMETHING is going on. But what?");
set_flag(9,9,1);
break;

beginstate 77;
if (get_flag(77,7) == 0) end();
message_dialog("You think about climbing back into the Vahnatai spiral, but think against it.","Maybe you should continue back the way you were originally headed!");
break;

beginstate 78;
if (get_flag(77,7) == 0) end();
message_dialog("You should now continue on your original mission, and travel along the valley to it's end.","Now that the Vahnatai are your allies, it should be easy! You look back at the Spiral entrance. Where is it?");
message_dialog("(Or, If you took the quest from Thasir to stop the Undead from being made, you should go and tell him.)","");
set_flag(77,7,0);
set_flag(79,9,1);
break;

beginstate 64;
if (get_flag(6,10) < 1){  
message_dialog("This wall is fairly impressive, as it is manned by fearsome Skeletal Warriors. You set yourselves ready for the fight of your lives.","");  
set_flag(6,10,1);}
break;

break;
